DX11 GET WINDOW HEIGHT
Retrieves the current height, in pixels, of the render window.
Take note that this height includes that of any window borders. This value can be used in conjunction with DX11 GET DESKTOP HEIGHT
to center the window vertically in the middle of the screen.
Take note that the return value of this function isn't trustable if in fullscreen mode.
Return Dword = DX11 GET WINDOW HEIGHT()
This function does not take any parameters.
The current height of the render window, in pixels. The size of the window can be changed by the user by dragging its borders, maximizing it, etc. so if you allow this the size may change at runtime.
DISPLAY Functions Menu
DX11 Function Categories